home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / FMSX / !Fmsx / Utils / !Rddsk / Desc < prev    next >
Text File  |  1998-04-25  |  723b  |  47 lines

  1. # This is a description of the wimp interface for Rddsk
  2.  
  3. tool_details_start
  4.    name          "Rddsk";
  5.    command_is "<rddsk$dir>.rddsk";
  6.    version       "0.10";
  7.    wimpslot      520k;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_text_window;
  13.    has_summary_window;
  14. metaoptions_end
  15.  
  16.  
  17. dbox_start
  18.    icons_start
  19.       icn 3  maps_to string not_saved;
  20.       icn 5  maps_to "-d " string not_saved;
  21.       icn 7  maps_to string not_saved;
  22.    icons_end
  23.  
  24.    defaults
  25.       icn 3 "msxdsk",
  26.       icn 5 "",
  27.       icn 7 "";
  28.  
  29.    imports_start
  30.       drag_to any inserts icn 5;
  31.       drag_to  iconbar inserts icn 3;
  32.       drag_to  icn 5   inserts icn 5;
  33.    imports_end
  34. dbox_end
  35.  
  36.  
  37. menu_start
  38. menu_end
  39.  
  40.  
  41. order_is  icn 3, icn 5, icn 7;
  42.  
  43.  
  44.  
  45.  
  46.  
  47.